Rectangle
Area = Length * Width
Enter the length:
Enter the width:
The area is:
Triangle
Base
Area = Base * Height /2
Enter the Base:
Enter the Height:
Circle
Area = 3.14 * Radius * Radius
Enter the Radius
Square
Area = Side * Side
Enter the Side: